Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d6b2f7c8f746586f9909a2ce7cd1b011658fe3e0


Parents : dc7448d
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-03T16:36:37-06:00

docs(README): cleanup

Changes

1 files changed, 0 insertions(+), 31 deletions(-)

M README.md -31

Diff

diff --git a/README.md b/README.md
index 8c7eb261..70f63772 100644
--- a/README.md
+++ b/README.md
@@ -174,29 +174,6 @@ MeshChatX can be configured via command-line arguments or environment variables.
| `--storage-dir` | `MESHCHAT_STORAGE_DIR` | `./storage` | Data directory |
| `--public-dir` | `MESHCHAT_PUBLIC_DIR` | - | Frontend files path |
-## GPG Verification
-
-To ensure the security and authenticity of this project, all commits and releases are GPG signed. You can verify the signatures of the commits using the following steps:
-
-### 1. Import the Developer's Public Key
-
-Fetch the public key from the Gitea instance and import it into your GPG keyring:
-
-```bash
-# Replace YOUR_TOKEN if the instance requires authentication
-curl -s "https://git.quad4.io/api/v1/users/Ivan/gpg_keys" | jq -r '.[0].public_key' | gpg --import
-```
-
-### 2. Verify Commits
-
-Once the key is imported, you can verify the commits in your local clone:
-
-```bash
-# Show signatures for the last 10 commits
-git log --show-signature -n 10
-```
-
-You should see "Good signature from Ivan <ivan@quad4.io>" with the Key ID `1E0B37EE76428197`.
## Development
@@ -212,14 +189,6 @@ We use [Task](https://taskfile.dev/) for automation.
| `task test:cov` | Run tests with coverage reports |
| `task build` | Build frontend and backend |
-## TODO
-
-- [ ] RNS hot reload fix
-- [ ] Offline Reticulum documentation tool
-- [ ] Spam filter (based on keywords)
-- [ ] TAK tool/integration
-- [ ] RNS Tunnel - tunnel regular services over RNS
-- [ ] RNS Filesync - P2P file sync
## Credits


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────